func go/types.isUintptr
3 uses
go/types (current package)
conversions.go#L192: if (isPointer(Vu) || isUintptr(Vu)) && isUnsafePointer(Tu) {
conversions.go#L196: if isUnsafePointer(Vu) && (isPointer(Tu) || isUintptr(Tu)) {
conversions.go#L297: func isUintptr(typ Type) bool {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)